Add WASI runtime configuration#443
Merged
Merged
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
runlang | ae5ed8e | Commit Preview URL Branch Preview URL |
Apr 28 2026, 08:40 PM |
ae5ed8e to
802d2f6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
runtime-wasi-smokemodule andtest-wasi-runtimewasmtime stepFixes #408
Notes
zig build -Dtarget=wasm32-wasiinstalls the runtime artifacts and smoke module instead of trying to build the host compiler for WASI.wasmtime, so the smoke run itself was not executed locally; the build step reports that dependency explicitly.Validation
zig fmt build.zig src/runtime/run_xev_bridge.zig zig-pkg/libxev-0.0.0-86vtcwIRFACVrx54GaHsMFFlyC4dTi0tcVh10V7btRUc/src/backend/wasi_poll.zigclang-format -i src/runtime/run_scheduler.h src/runtime/run_scheduler_wasi.c src/runtime/run_chan.c src/runtime/run_xev.c src/runtime/run_vmem.c src/runtime/run_numa.c src/runtime/run_runtime_api.c src/runtime/run_debug_api.c src/runtime/tests/wasi_smoke.czig build -Dtarget=wasm32-wasizig buildzig build test(passes; emits the expectedbad_check.runmissing-symbol diagnostic)zig build test-runtime(82/82)zig build -Dtarget=wasm32-wasi test-wasi-runtime(not run:wasmtimeis not installed locally)